testoutsetshadowdrawing: Make window background white
authorTimm Bäder <mail@baedert.org>
Sat, 29 Aug 2020 09:29:55 +0000 (11:29 +0200)
committerTimm Bäder <mail@baedert.org>
Sat, 29 Aug 2020 14:46:28 +0000 (16:46 +0200)
This makes it easier to compare the rendering with other sources.

tests/testoutsetshadowdrawing.c

index 9056ed855c632941fda5e781c48a75558f76b6e1..f619d97e3dff9b77f7fb1b8c571648ffbbbaf3a4 100644 (file)
@@ -5,6 +5,7 @@
 #define COLOR " red;"
 
 static const char *css =
+" window { background-color: white; }\n"
 ".one {"
 "  all: unset;"
 "  min-width: 100px;"